gpsbabel.git
2014-12-15 robertlipeRalf Horstmann makes mynav more robust to afl fuzzer.
2014-12-15 robertlipeEw. Internally force-match QStrings and C strings...
2014-12-14 robertlipeBe more precise with buffer size in gbfread of a QString.
2014-12-14 robertlipeFix brain-o from last gpx change.
2014-12-14 robertlipeMake gpx_version a QString in gpx writer.
2014-12-14 robertlipeTry to use xasprintf less often when we're putting...
2014-12-13 robertlipeMove cet/cet_util out of defs.h and into files where...
2014-12-08 robertlipeContinue repair of #includes. We use a lot more std...
2014-12-08 robertlipeMechanical attempts at fixing Linux build. Still broke...
2014-12-07 robertlipeMisc minor internal code cleanups.
2014-12-01 robertlipeRalf Horstmann contributes support for Mynav Map Manage...
2014-11-25 robertlipeDon't explictly construct a QString from a QString...
2014-11-25 robertlipeFix some whitespace in KML writer where we mocked the...
2014-11-25 robertlipeWarning fixes for unused vars in psitrex.
2014-11-19 tsteven4fix error in kml reader parsing linestrings that don...
2014-10-19 tsteven4Bring Qstrings to gt_find_desc_from_icon_number,
2014-10-17 tsteven4support altitude in mainnav format.
2014-10-14 tsteven4add missing reference file from previous change.
2014-10-13 tsteven4more qstringification of kml format.
2014-10-12 tsteven4clean up gpx reader fix element handling. Note that...
2014-10-12 robertlipeMinort QString-ificaion of google.cc
2014-10-11 robertlipeFinish the sub-second support for unicsv...
2014-10-11 robertlipetop: prefer std::vector to temp xmalloc.
2014-10-08 robertlipeFix parse_coordinates in the same way.
2014-10-08 robertlipeFix failure to overload in parse_speed().
2014-10-06 robertlipeFix a minor leak in the KML geocache writer that I...
2014-10-06 robertlipeMove more internals, particularly in unicsv, to QString.
2014-10-05 robertlipeunicsv: Avoid a few time_t conversions that would lose...
2014-09-30 robertlipeFixes for f90g from Jim Keeler. Should be good to...
2014-09-30 robertlipeFix bad commit of f90g-sample.gpx.
2014-09-30 robertlipeAdd missing pieces of f90g, though they're commented...
2014-09-30 robertlipeWhite B. Coot contributes f90g support.
2014-09-30 robertlipeFix new memory leak in osm.
2014-09-29 robertlipeMatt Hague adds support for OSM way center tags.
2014-09-29 robertlipeLinux fix for earlier.
2014-09-29 robertlipeDrop weird structures for epilogue/prologue and use...
2014-09-29 robertlipeLeak fix during tension of object being both a class...
2014-09-29 robertlipeMove xcsv badchars to QString.
2014-09-29 robertlipeCheckpoint bringing some 'class' to csv_util before...
2014-09-29 robertlipeFix mismatched new/free in magproto.
2014-09-28 robertlipe(incrementally) more C++ internals in magproto. Gets...
2014-09-28 robertlipeApply a (somewhat dubious) fix to Humminbird reader...
2014-09-28 robertlipeDoc fix for motoactv.
2014-09-28 robertlipeDamien Pobel improves metadata handling in GPX 1.1...
2014-09-27 tsteven4supply a US-ASCII QTextCodec.
2014-09-21 robertlipeFix route simplifier to not remove one too many points...
2014-09-21 tsteven4piggyback Qt codec on to cet_convert_init.
2014-09-21 tsteven4property fix for gpx test file.
2014-09-21 robertlipeAllow reads of waypoints in GUI from MTK logger.
2014-09-21 robertlipeSeveral minor doc fixes for UTM in style definitions.
2014-09-18 tsteven4a few more replacements of CSTR/CSTRc with qPrintable.
2014-09-18 tsteven4more use of qPrintable instead of CSTR or CSTRc with...
2014-09-18 tsteven4more use of qPrintable instead of CSTR or CSTRc with...
2014-09-18 tsteven4avoid use of not recommended QString::sprintf() in...
2014-09-17 robertlipeAdd error checking for flagrantly malformed xcsv files.
2014-09-17 tsteven4use qPrintable with printf instead of CSTR, CSTRc.
2014-09-17 tsteven4use qPrintable with warning() and fatal() instead of...
2014-09-16 tsteven4get rid of the last usages of QByteArray::data where...
2014-09-16 tsteven4blanket replace of gbfprintf arguments using .toUtf8...
2014-09-16 tsteven4blanket replace of xstrdup(QString.toUtf8().data()...
2014-09-16 robertlipeThis commit isn't becuase I don't know how to spell...
2014-09-16 tsteven4use utf8, our preferred encoding, in gbfputs.
2014-09-15 tsteven4for cross compiles use cross versions of lupdate, lrele...
2014-08-31 tsteven4fix encoding in naviguide writer.
2014-08-06 robertlipeImprove read error messages in alan.
2014-07-21 robertlipedoc fix
2014-07-20 robertlipeMake mtk_logger use the system tmp directory (/tmp...
2014-07-08 tsteven4also handle default namespace declarations for unknown...
2014-07-08 tsteven4preserve namespace declarations for unknown elements...
2014-07-07 robertlipeBump land_air_sea (a very rarely used format) from...
2014-07-07 robertlipeCut a little more Windows CP-1252 code.
2014-07-07 robertlipeMore minor removals from CET.
2014-07-07 robertlipeRemove a large amount of unreachable code formerly...
2014-06-29 robertlipeTweak mkstyle.sh for FreeBSD sed.
2014-06-29 robertlipeChange device discovery to work with 276C in serial...
2014-06-17 tsteven4fix whitespace related potential loss of element text...
2014-06-13 tsteven4fondle unicsv header detection some more.
2014-06-12 tsteven4fix handling of unicsv header.
2014-06-11 robertlipeAdd freebsd to configure.in. Apparently, they have...
2014-06-11 tsteven4fix test-all so tallying the results won't die trying...
2014-06-11 robertlipeAdd our own setMSecsSinceEpoch() in gpsbabel::DateTime()
2014-06-11 robertlipeQuote newline in subrip default.
2014-06-11 robertlipeRevert bad commit of gui/processwait,mainwindow
2014-06-11 robertlipeAdd some rudimentary tests for discard option.
2014-06-11 robertlipeZingo Anderson adds support for the Energympro sport...
2014-06-11 tsteven4add support for gx:Track in kml reader.
2014-06-10 tsteven4switch trackfilter name matching to use QRegExp.
2014-06-10 tsteven4fix up regex matches in track discard filter.
2014-06-09 robertlipeFix duplicates in subrip format doc.
2014-06-09 robertlipePick up missed doc for subrip.
2014-06-09 robertlipeFixes for subrip.
2014-06-09 robertlipeBump OSM version number to 0.6. Since this is apparent...
2014-06-09 robertlipeMove logging into src/core.
2014-06-09 robertlipeUse localPath when determining grop file targets.
2014-06-09 robertlipeFix leaks that I introduced earlier today.
2014-06-08 robertlipeMore NEW_STRINGS-style cleanups.
2014-06-08 robertlipeCode cleanups in subrip and osm.
2014-06-08 robertlipeAdd format option to subrip. Enable regression test...
2014-06-08 robertlipeUse linux-compatible #includes for new header.
2014-06-08 robertlipeAdd 64-bit types to logging.h. Move gpx to new Fatal...
next